Move timsort sources to a subdirectory
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Sep 2020 18:22:09 +0000 (14:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 1 Sep 2020 18:25:56 +0000 (14:25 -0400)
commit87855dd3751d00a9ff019b0c0af38173b29a9a5c
tree2d526911479075ad0d296858b13edf3a0864e7a1
parent133a9a6784b0e0b5edaca1c5ba1aac77fb8b7b16
Move timsort sources to a subdirectory

This makes it easier to identify the files that
belong together, and are under the same license.
12 files changed:
gtk/gtksortlistmodel.c
gtk/gtktimsort-impl.c [deleted file]
gtk/gtktimsort.c [deleted file]
gtk/gtktimsortprivate.h [deleted file]
gtk/meson.build
gtk/timsort/COPYING [new file with mode: 0644]
gtk/timsort/README.md [new file with mode: 0644]
gtk/timsort/gtktimsort-impl.c [new file with mode: 0644]
gtk/timsort/gtktimsort.c [new file with mode: 0644]
gtk/timsort/gtktimsortprivate.h [new file with mode: 0644]
testsuite/gtk/meson.build
testsuite/gtk/timsort.c